Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dialyzer: Handle definition of type product/0 #7597

Conversation

bjorng
Copy link
Contributor

@bjorng bjorng commented Aug 29, 2023

Analyzing a module that defines the type product/0 could crash Dialyzer. This bug was introduced in 4d08fc9.

Fixes #7584

Analyzing a module that defines the type `product/0` could crash
Dialyzer. This bug was introduced in 4d08fc9.

Fixes erlang#7584
@bjorng bjorng added team:VM Assigned to OTP team VM fix testing currently being tested, tag is used by OTP internal CI labels Aug 29, 2023
@bjorng bjorng self-assigned this Aug 29, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 29, 2023

CT Test Results

    2 files    42 suites   20m 1s ⏱️
475 tests 473 ✔️ 2 💤 0
563 runs  561 ✔️ 2 💤 0

Results for commit a8f5854.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@bjorng bjorng linked an issue Aug 29, 2023 that may be closed by this pull request
@bjorng bjorng merged commit 62ef1b0 into erlang:maint Aug 31, 2023
@bjorng bjorng deleted the bjorn/dialyzer/redefined-product-type/GH-7584/OTP-18738 branch August 31, 2023 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can’t define type “product()” in OTP 26.0.2
1 participant